func vendor/golang.org/x/crypto/sha3.leftEncode
4 uses
vendor/golang.org/x/crypto/sha3 (current package)
shake.go#L64: buf = append(buf, leftEncode(uint64(w))...)
shake.go#L70: func leftEncode(value uint64) []byte {
shake.go#L88: c.initBlock = append(c.initBlock, leftEncode(uint64(len(N)*8))...)
shake.go#L90: c.initBlock = append(c.initBlock, leftEncode(uint64(len(S)*8))...)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |